Skip to main content

Post Request Job

Welcome to the Post Request Job API – the ultimate tool to convert audio into precise text! This endpoint empowers your app to process audio files and return accurate transcriptions, streamlining workflows and enhancing accessibility.

Whether you’re building transcription tools, customer service analytics, or voice-driven applications – this API has you covered. Let's get started!

Endpoint

To kick off the transcription process, make a POST request to the following endpoint:

https://api.betatel.com/api/v1/stt/job

Headers

Don't forget your headers – they're your golden ticket to a successful request.

ParamValueDescription
Content-typemultipart/form-data
x-api-key{{x-api-key}}Your unique API key for secure access.
x-user-id{{x-user-id}}Your user identifier for added security and tracking.

Request Body

Your request needs to contain two essential pieces:

ParamValueTypeRequiredDescription
fileconversation1.mp3Yes
languagenlYes

Let’s Get Coding!

Time to roll up those sleeves. Choose your favorite language and get started with the examples below.

Example - cURL
curl --location 'https://dev.api.betatel.com/api/v1/stt/job' \
--header 'x-user-id: 6757f3ffb5e62f0ce0e513a2' \
--header 'x-api-key: ••••••' \
--form 'file=@"/C:/Users/User/Desktop/conversation1.mp3"' \
--form 'language="nl"'

Response

JSON Schema:

🎉 Congratulations – Mission Accomplished!

You've just taken the first step toward automating transcription for your application.

🔜 What’s Next?

  • Test it – Upload different files and fine-tune language support.
  • Integrate it – Seamlessly add this to your existing workflows.
  • Expand it – Explore our other APIs for even more automation magic. 🔧 Need assistance? Our support team is here to help!

✨ Happy transcribing!